kernel: generic: mtdsplit_seil: use -ENOENT instead of -ENODEV
authorChristian Marangi <[email protected]>
Thu, 20 Nov 2025 22:19:24 +0000 (23:19 +0100)
committerChristian Marangi <[email protected]>
Thu, 20 Nov 2025 22:42:11 +0000 (23:42 +0100)
commite9ae6b19f023b525334f74a4f974be6e68e0d3e7
treefcf790ccad1c323d18bab8e4abe710e425ecf305
parent730b3872fe9fea36b2e3944b8e13223db25e4a98
kernel: generic: mtdsplit_seil: use -ENOENT instead of -ENODEV

New linux version will check the return code of parser on subpartitions.
The only valid case for skipping a parser with an error is -ENOENT.

Change the relevant entry to -ENOENT.

Signed-off-by: Christian Marangi <[email protected]>
target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_seil.c